home *** CD-ROM | disk | FTP | other *** search
- Short: SoftTimer-class using timer.device!
- Author: Daniel Westerberg (Deniil 715!)
- Uploader: deniil@algonet.se (Deniil 715!)
- Type: dev/e
-
- SoftTimer_oo.m contains a class that makes everyone able to uses the
- timer.device for delay of seconds and/or microseconds!
-
-
- The class methods:
- ~~~~~~~~~~~~~~~~~~
- softtimer(pri=0,doNotRaise=FALSE) -> Constructor
- startTimer(secs,micro=0)
- stopTimer()
- waitForTimer()
- waitForThings(signals=0)
- waitAndRestart(secs,micro=0)
- getTimerMsg()
- end()
-